uniform distribution

Terms from Artificial Intelligence: humans at the heart of algorithms

The glossary is being gradually proof checked, but currently has many typos and misspellings.

A uniform distribution is a probability distribution where the probabilty of each outcome is equal.
For a discontinous variable witn N outcomes, each has probability 1/N. For a continuous variable with range [A,B], the uniform probability density function is flat with a value of 1/(B-A).

Used in Chap. 10: page 137